home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / oops / r3edtcyc.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  941 b   |  44 lines

  1.  
  2. // JavaScript wrapper for r3edtcyc.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_EDITCYCLE_H = 1;
  7. include("oops/r3osgdgt.js")
  8.  
  9.  
  10. var R3CLID_EDITCYCLE = 36;
  11.  
  12.  
  13.  
  14.  
  15. R3ECYA_String = 36500;
  16. function SetR3ECYA_String(value) {
  17.   R3Set(this.r3obj, R3ECYA_String, value, R3TID_STRING, 0); 
  18. }
  19.  
  20. function GetR3ECYA_String() {
  21.   return R3Get(this.r3obj, R3ECYA_String, R3TID_STRING, 0); 
  22. }
  23.  
  24. R3ECYA_Labels = 36501;
  25. function SetR3ECYA_Labels(value) {
  26.   R3Set(this.r3obj, R3ECYA_Labels, value, R3TID_STRING, R3TNF_ARRAY); 
  27. }
  28.  
  29. var R3ECYR_MENUSELECTED = 1;
  30.  
  31.  
  32. function r3Editcycle () { 
  33.    this.base = r3God;
  34.    if(arguments.length) {
  35.       this.base(R3CLID_EDITCYCLE, arguments);
  36.    }
  37.    // Attributes
  38.    this.GetString=GetR3ECYA_String;
  39.    this.SetString=SetR3ECYA_String;
  40.    this.SetLabels=SetR3ECYA_Labels;
  41. }
  42.  
  43. r3Editcycle.prototype=new r3Osgadget;
  44. // r3edtcyc.h_H